home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / hcsvga12.zip / HCGIF.H < prev    next >
C/C++ Source or Header  |  1992-01-09  |  459b  |  25 lines

  1. /*
  2.  * HCGIF.H
  3.  *
  4.  * Copyright 1990,1991 Synergrafix Consulting
  5.  *          All Rights Reserved.
  6.  *
  7.  * November 19,1991
  8.  *
  9.  */
  10.  
  11. #ifndef _HC_GIFINCLUDE
  12.  
  13. #define _HC_GIFINCLUDE
  14.  
  15. #include "hicolor.h"
  16.  
  17. #define HCGIFCANTOPEN    -1
  18. #define HCGIFNOMEM    -2
  19. #define HCGIFBADGIF    -3
  20. #define HCGIFNOTGIF    -4
  21.  
  22. int hcgifsize(char *filename,int *width,int *height,long offset);
  23. int hcgifview(char *filename,int xs,int ys,long offset,int autoscale);
  24.  
  25. #endif